* lisp/fringe.el (fringe-mode): Doc fix.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Jun 2012 11:48:08 +0000 (15:48 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 29 Jun 2012 11:48:08 +0000 (15:48 +0400)
commitc7b99e7b3056d17013853dfd99e103783892bf30
treef97018d6561ed15be579bd9ea6c7b5b0ac08a7f0
parenta79de764ead5d3325d7bd9e5f24153b9df9b3f7c
* lisp/fringe.el (fringe-mode): Doc fix.
* src/window.h (struct window): Change type of 'fringes_outside_margins'
to bitfield.  Fix comment.  Adjust users accordingly.
(struct window): Change type of 'window_end_bytepos' to ptrdiff_t.
Adjust comment.
* src/xdisp.c (try_window_id): Change type of 'first_vpos' and 'vpos'
to ptrdiff_t.
lisp/ChangeLog
lisp/fringe.el
src/ChangeLog
src/window.c
src/window.h
src/xdisp.c